Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 3 - Image Compression Manager / Image Compression Manager Reference
Image Compression Manager Functions / Getting Information About Compressor Components


DisposeCodecNameList

The DisposeCodecNameList function allows your application to dispose of the compressor name list structure you obtained by calling the GetCodecNameList function.

pascal OSErr DisposeCodecNameList (CodecNameSpecListPtr list);
list
Points to the compressor name list to be disposed of. You obtain the compressor list by calling the GetCodecNameList function, which is described in the previous section.
RESULT CODES
noErr0No error
Memory Manager errors


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996